home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
comms
/
other
/
iris
/
browsewwwscripts
/
amosaic
next >
Wrap
Text File
|
1999-05-14
|
273b
|
12 lines
/* REXX script to start AMosaic.
* WARNING: this script has not been tested!
*/
parse arg URL
if ~show('P','AMOSAIC.1') then do
address command 'cd AMosaic:'||'0a'x||'run >nil: AMosaic'
address command 'waitforport AMOSAIC.1'
end
address 'AMOSAIC' 'JUMP URL' URL